echo setupcon: Warning: the font ${f##*/} does not exists! >&2
fi
done
fi
done
for f in $LOADFONTS; do
if \
[ "$save" = yes ] \
&& [ "${f%/*}" != /etc/console-setup ]
then
cp "$f" /etc/console-setup/
fi
done
if [ "$save_only" != yes ] && [ "$LOADFONTS" ]; then
for console in $ACTIVE_CONSOLES; do
[ -w $console ] || continue
if which consolechars >/dev/null; then
if [ "$bigfont" = yes ]; then
echo "setupcon: The consolechars utility from the console-setup font can load only fonts with 8 pixel width matrix. Please install the setfont utility from the kbd package." >&2